From 141256a79f85a44a31eb51e49c9611fd3f1fa2ea Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 15 Apr 2004 18:41:49 +0000 Subject: [PATCH] Split mac-build and mac-release. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 10c510035..762a8c40b 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,9 @@ release: curl -u anonymous:anonymous --upload-file /tmp/gpsbabel-$(VERSIOND).zip ftp://upload.sf.net/incoming/ mac-build: - make LIBEXPAT=/sw/lib/libexpat.a EXTRA_CFLAGS="-s -I/sw/include" + make LIBEXPAT=/sw/lib/libexpat.a EXTRA_CFLAGS="-I/sw/include" + +mac-release: mkdir -p usr/bin usr/share/gpsbabel/doc cp gpsbabel usr/bin/ cp README* COPYING usr/share/gpsbabel/doc -- 2.30.2